runtime.profBuf.overflow (field)
8 uses
runtime (current package)
profbuf.go#L90: overflow atomic.Uint64
profbuf.go#L153: return uint32(b.overflow.Load()) > 0
profbuf.go#L160: overflow := b.overflow.Load()
profbuf.go#L169: if b.overflow.CompareAndSwap(overflow, ((overflow>>32)+1)<<32) {
profbuf.go#L172: overflow = b.overflow.Load()
profbuf.go#L182: overflow := b.overflow.Load()
profbuf.go#L189: b.overflow.Store((((overflow >> 32) + 1) << 32) + 1)
profbuf.go#L199: if b.overflow.CompareAndSwap(overflow, overflow+1) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |